jade.content.schema
Class ContentElementListSchema

java.lang.Object
  |
  +--jade.content.schema.ObjectSchema
        |
        +--jade.content.schema.ContentElementSchema
              |
              +--jade.content.schema.ContentElementListSchema

public class ContentElementListSchema
extends ContentElementSchema

Author:
Federico Bergenti - Universita` di Parma

Field Summary
static java.lang.String BASE_NAME
           
 
Fields inherited from class jade.content.schema.ContentElementSchema
BASE_NAME
 
Fields inherited from class jade.content.schema.ObjectSchema
MANDATORY, OPTIONAL
 
Method Summary
 AbsObject newInstance()
          Creates a new instance.
 
Methods inherited from class jade.content.schema.ContentElementSchema
getBaseSchema
 
Methods inherited from class jade.content.schema.ObjectSchema
addBaseSchema, addElement, addElement, getNames, getSchema, getTypeName, isAttribute, isMandatory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_NAME

public static final java.lang.String BASE_NAME
Method Detail

newInstance

public AbsObject newInstance()
Creates a new instance.
Overrides:
newInstance in class ContentElementSchema
Returns:
the new instance.